CompareNoCase(string1, string2)


Performs a case-insensitive comparison of two strings. Returns a negative number if string1 is less than string2; 0 if string1 is equal to string2; or a positive number if string1 is greater than string2.

See also Compare and FindNoCase.

string1, string2

Strings to be compared.